home *** CD-ROM | disk | FTP | other *** search
/ Radio Press Kit / Radio Press Kit.iso / pc / main.dxr / Internal_65_LaunchQTInstaller.ls < prev    next >
Encoding:
Text File  |  2003-10-02  |  223 b   |  12 lines

  1. global gMaster
  2.  
  3. on mouseUp me
  4.   if the platform contains "Mac" then
  5.     open(the moviePath & gMaster.pGeneralSettings.qtmac)
  6.     quit()
  7.   else
  8.     open(the moviePath & gMaster.pGeneralSettings.qtpc)
  9.     quit()
  10.   end if
  11. end
  12.